home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland Pascal with Objects 7.0 / HELPEX.ZIP / HELPEX.MAK < prev    next >
Encoding:
Makefile  |  1992-10-27  |  386 b   |  17 lines

  1. all: helpex.exe owlhelp.exe helpex.hlp
  2.  
  3. helpex.hlp: helpex.rtf
  4.     hc helpex
  5.  
  6. helpex.res: helpex.rc helpex.dlg
  7.     rc -r -I\tpw\owl;\tpw\docdemos\helpex helpex.rc
  8.  
  9. owlhelp.res: owlhelp.rc helpex.dlg
  10.     rc -r -I\tpw\owl;\tpw\docdemos\helpex owlhelp.rc
  11.  
  12. helpex.exe: helpex.res helpex.pas
  13.     bpc /cw /m helpex
  14.  
  15. owlhelp.exe: owlhelp.res owlhelp.pas
  16.     bpc /cw /m owlhelp
  17.